Name | Description | |
---|---|---|
![]() | Cancel | Overridden. Attempts to cancel the execution of this command. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | CreateParameter | (Inherited from System.Data.Common.DbCommand) |
![]() | Dispose | Overloaded. Overridden. Disposes the resources of this command. |
![]() | ExecuteNonQuery | Overridden. Executes an SQL statement against a connection object. |
![]() | ExecuteNonQueryAsync | Overloaded. Overridden. An asynchronous version of ExecuteNonQuery, which executes a SQL statement against a connection object. Invokes ExecuteNonQueryAsync(CancellationToken) with System.Threading.CancellationToken.None. |
![]() | ExecuteReader | Overloaded. (Inherited from System.Data.Common.DbCommand) |
![]() | ExecuteReaderAsync | Overloaded. (Inherited from System.Data.Common.DbCommand) |
![]() | ExecuteScalar | Overridden. Executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. |
![]() | ExecuteScalarAsync | Overloaded. Overridden. An asynchronous version of ExecuteScalar, which executes the query and returns the first column of the first row in the result set returned by the query. All other columns and rows are ignored. Invokes ExecuteScalarAsync(CancellationToken) with System.Threading.CancellationToken.None. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Prepare | Overridden. Creates a prepared (or compiled) version of the command on the data source. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |